Skip to content

Enhance example Terraform variables file#348

Open
Vishwakarma-Ritesh wants to merge 1 commit intocncf:mainfrom
Vishwakarma-Ritesh:patch-1
Open

Enhance example Terraform variables file#348
Vishwakarma-Ritesh wants to merge 1 commit intocncf:mainfrom
Vishwakarma-Ritesh:patch-1

Conversation

@Vishwakarma-Ritesh
Copy link
Copy Markdown

Updated the example Terraform variables file with structured sections and added notes for best practices.

Updated the example Terraform variables file with structured sections and added notes for best practices.

Signed-off-by: Ritesh <riteshvishwakarma.work@gmail.com>
@github-actions github-actions Bot added needs-triage Indicates an issue or PR that has not been triaged yet (has a 'triage/foo' label applied) needs-kind Indicates an issue or PR that is missing an issue type or kind (a kind/foo label) help wanted labels Apr 20, 2026
@jeefy jeefy requested a review from idvoretskyi April 28, 2026 18:09
autoscaler_max = 3
environment = "dev"
############################
# 🔐 Required Credentials
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No emojis please.

environment = "dev"

############################
# 🖥️ Node Pool Configuration
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No emojis please.

node_type = "g6-standard-1"

############################
# 📈 Autoscaling Configuration
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No emojis please.

autoscaler_max = 3

############################
# 🚀 GitHub Actions Runner Config
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No emojis please.

arc_version = "0.23.7"

############################
# 🏷️ Optional Tags / Metadata
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No emojis please.

]

############################
# 🔒 Security & Best Practices
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No emojis please.

# export TF_VAR_github_token="secure-token"

############################
# 📌 Notes
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No emojis please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-kind Indicates an issue or PR that is missing an issue type or kind (a kind/foo label) needs-triage Indicates an issue or PR that has not been triaged yet (has a 'triage/foo' label applied)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants